home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / unix / textmstr.shr / tm.hqx / Source Code ƒ / U / About_Dialog.h < prev    next >
Text File  |  1991-05-09  |  820b  |  33 lines

  1. /* About_Dialog */
  2.  
  3. /* File name: About_Dialog */
  4. /* Function: Handle a modal dialog */
  5. /* History: 5/9/91 Original by Prototyper 3.0   */
  6.  
  7.  
  8.  
  9. /* ======================================================= */
  10.  
  11. /* Init the modal dialog */
  12. void D_Init_About_Dialog(void);
  13.  
  14. /* Hook into the modal dialog filter routine */
  15. Boolean D_Filter_About_Dialog(DialogPtr theDialog, EventRecord *theEvent, short *itemHit);
  16.  
  17. /* Refresh the modal dialog */
  18. void D_Refresh_About_Dialog(DialogPtr theDialog);
  19.  
  20. /* Setup the modal dialog */
  21. void D_Setup_About_Dialog(DialogPtr theDialog);
  22.  
  23. /* Hit in the modal dialog */
  24. void D_Hit_About_Dialog(DialogPtr theDialog, short itemHit, Boolean *ExitDialog);
  25.  
  26. /* Exit the modal dialog */
  27. void D_Exit_About_Dialog(DialogPtr theDialog);
  28.  
  29.  
  30. /* ======================================================= */
  31.  
  32.  
  33.